subCollectionName property

String subCollectionName

Implementation

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