collectionName property

String collectionName

collection name FirestoreModel use your Model name

Implementation

String get collectionName {
  String className = this.runtimeType.toString();
  return PluralConverter().convert(className.toLowerCase());
}