DBSnapshotAttribute constructor

DBSnapshotAttribute({
  1. String? attributeName,
  2. List<String>? attributeValues,
})

Implementation

DBSnapshotAttribute({
  this.attributeName,
  this.attributeValues,
});