operator [] method Null safety
- String id
override
Returns the DocumentFragment
for the Document with the given id
.
Implementation
@override
Future<DocumentFragment> operator [](String id);
Returns the DocumentFragment
for the Document with the given id
.
@override
Future<DocumentFragment> operator [](String id);