DataSnapshotPlatform constructor

DataSnapshotPlatform(
  1. DatabaseReferencePlatform ref,
  2. Map<String, dynamic> _data
)

Implementation

DataSnapshotPlatform(this.ref, this._data) : super(token: _token);