toString method

  1. @override
String toString()
override

Returns the human-readable string representation of this ZoneId.

Equivalent to calling .id.

Implementation

@override
String toString() => _id;