MirrorDiscoveryResult constructor

MirrorDiscoveryResult({
  1. required Mirror mirror,
  2. Snapshot? latestSnapshot,
  3. String? error,
})

Implementation

MirrorDiscoveryResult({
  required this.mirror,
  this.latestSnapshot,
  this.error,
});