bindCollection abstract method

CollectionHandle bindCollection(
  1. Object collection, {
  2. BuildContext? context,
  3. required String type,
  4. String? debugLabel,
  5. Object? debugOwner,
  6. String? debugScope,
  7. String? debugNote,
})

Implementation

CollectionHandle bindCollection(
  Object collection, {
  BuildContext? context,
  required String type,
  String? debugLabel,
  Object? debugOwner,
  String? debugScope,
  String? debugNote,
});