annotations library

Classes

ArrayField<T>
BoolField
Collection
DateTimeField
Document
DocumentField<T>
DocumentRequest<T>
DocumentResponse<T>
DoubleField
FromFs
Identifier
IntegerField
LooseDatetime
LooseDocument
The annotation to convert a Dart class into a Firebase document.
LooseField
The annotation to enhance a Dart class property into a Firebase document field.
LooseMap
Query<T>
Reference
ReferenceField
Resource
StringField
ToFs
ValueField<T>

Enums

NullMode

Typedefs

MapDecoder<T> = T Function(Map<String, Object>? value)
ValueMapper<T> = Map<String, Object> Function(T element)