DatabaseObject constructor
DatabaseObject({
- DocumentReference<
Object?> ? ref,
Constructs a DatabaseObject with an optional ref.
Implementation
DatabaseObject({this.ref});
Constructs a DatabaseObject with an optional ref.
DatabaseObject({this.ref});