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