menu
erretech_facts package
documentation
modules/measures/measure_model.dart
Measure
getNameShort method
getNameShort method
dark_mode
light_mode
getNameShort
method
String
getNameShort
(
)
Implementation
String getNameShort() => (name ?? '---').substring(0, 3).toUpperCase();
erretech_facts package
documentation
modules/measures/measure_model
Measure
getNameShort method
Measure class