getCollectionId<MT extends StorageModel> static method

String? getCollectionId<MT extends StorageModel>([
  1. Type? type
])

Implementation

static String? getCollectionId<MT extends StorageModel>([Type? type]) =>
    _encoders["${type ?? MT}"]?.collectionId;