DateTimeJsonExtension extension

Expose toJson on DateTime Expose static fromJson builder

on

Methods

toJson() String
Returns a serialized version of the DateTime in UTC.

Static Methods

fromJson(dynamic value) DateTime
Returns a deserialized version of the DateTime.