id property

  1. @override
String id
override

This document's given ID for this snapshot.

Implementation

@override
String get id => (super.noSuchMethod(Invocation.getter(#id), returnValue: '') as String);