sym property

String? sym

Implementation

String? get sym => this._sym;
void sym=(String? value)

Implementation

set sym(String? value) => this._sym = value;