toIso8601 method

String toIso8601()

Returns an ISO8601 String representing this. ISO8601 in this case means: yyyy-mm-ddT00:00:00.000000

Implementation

String toIso8601() => _date.toIso8601String();