operator [] abstract method

  1. @Deprecated('Use defaultCollection[] instead.')
FutureOr<DocumentFragment> operator [](
  1. String id
)

Returns the DocumentFragment for the Document with the given id.

Implementation

@Deprecated('Use defaultCollection[] instead.')
FutureOr<DocumentFragment> operator [](String id);