FirebaseFunctionsDynamicCollectionModel constructor

FirebaseFunctionsDynamicCollectionModel(
  1. String endpoint, [
  2. List<MapModel>? value
])

Class for retrieving collection data of DynamicMap list through Functions.

Implementation

FirebaseFunctionsDynamicCollectionModel(
  String endpoint, [
  List<MapModel<dynamic>>? value,
]) : super(endpoint, value ?? []);