DBSnapshotAttributesResult constructor

DBSnapshotAttributesResult({
  1. List<DBSnapshotAttribute>? dBSnapshotAttributes,
  2. String? dBSnapshotIdentifier,
})

Implementation

DBSnapshotAttributesResult({
  this.dBSnapshotAttributes,
  this.dBSnapshotIdentifier,
});