dartclub/firestore_dart

validation method for attributes

Opened this issue · 0 comments

...

@FirestoreAttribute(validation: (String value) => value == "Hello World")
String type;

...