Document constructor

Document(
  1. Map<String, dynamic> _data
)

Implementation

Document(this._data);