name method

String name()

Implementation

String name() =>
    _oidMapName.containsKey(this._value) ? _oidMapName[this._value]! : "";