formattedId property

String formattedId

Implementation

String get formattedId => id.toString().padLeft(2, "0");