toJson method

Map toJson()

Returned JSON Map object from values of this object

Implementation

Map<dynamic, dynamic> toJson() {
  return _values;
}