toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    '\$date': {'offset': offset == null ? 0 : offset}
  };
}