FirebaseData constructor

FirebaseData(
  1. String name,
  2. Map<String, FBValue> fields
)

Implementation

FirebaseData(this.name, this.fields);