toIso8601StringWithOffset method

String toIso8601StringWithOffset()

A version of DateTime.toIso8601String that includes the timezone offset.

Implementation

String toIso8601StringWithOffset() => _appendOffset(toIso8601String());