otherAcronyms property

ListBuilder<String> otherAcronyms

Implementation

ListBuilder<String> get otherAcronyms =>
    _$this._otherAcronyms ??= new ListBuilder<String>();
void otherAcronyms=(ListBuilder<String>? otherAcronyms)

Implementation

set otherAcronyms(ListBuilder<String>? otherAcronyms) =>
    _$this._otherAcronyms = otherAcronyms;