typeStr property

String typeStr

Implementation

String get typeStr =>
    type == ARBItemSpecialDataType.select ? 'select' : 'plural';