@if (unitType()) {

Unit Type


Name
{{ unitType()!.name }}
Description
{{ unitType()!.description }}
Value Type
{{ { null: '', DECIMAL: 'DECIMAL', BOOLEAN: 'BOOLEAN', STRING: 'STRING' }[unitType()!.valueType ?? 'null'] }}
}