text property
String
get
text
Implementation
String get text {
return switch (this) {
CheckpointStatus.ok => 'OK',
CheckpointStatus.notOk => BasfLogicLocalizationUtils.localizations.notOk,
CheckpointStatus.na => 'N/A',
};
}