toJson method

JSONMap toJson()

Implementation

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