toIso8601StringWithOffset method
A version of DateTime.toIso8601String that includes the timezone offset.
Implementation
String toIso8601StringWithOffset() => _appendOffset(toIso8601String());
A version of DateTime.toIso8601String that includes the timezone offset.
String toIso8601StringWithOffset() => _appendOffset(toIso8601String());