formattedLength property

String formattedLength

Implementation

String get formattedLength => value.length.toString().padLeft(2, "0");