ChildUserCollection.fromJson constructor

ChildUserCollection.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory ChildUserCollection.fromJson(Map<String, dynamic> input) =>
    _$ChildUserCollectionFromJson(input);