getDoc function

dynamic getDoc(
  1. String id
)

Implementation

getDoc(String id) {
  return Doc(id: id, model: _getObject(0, () => null));
}