validation method for attributes
Opened this issue · 0 comments
lukas-h commented
...
@FirestoreAttribute(validation: (String value) => value == "Hello World")
String type;
...
Opened this issue · 0 comments
...
@FirestoreAttribute(validation: (String value) => value == "Hello World")
String type;
...