toString method

  1. @override
String toString()
override

Returns the string representation of this alignment that can be safely passed to fromString to recreate the object.

Implementation

@override
String toString() => _code;