id property

  1. @override
String id
override

Returns the ID of the referenced collection.

Implementation

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