id property

  1. @override
String id
override

This document's given ID within the collection.

Implementation

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