collectionName property

String collectionName
getter/setter pair

collectionName is used to identify collections of same type For example, if Preference is a class that extends AtCollectionModel then collectionName can be "preferences" Defaulted to the name of the dart class in lowercase

Implementation

late String collectionName;