x5c property

ListBuilder<String> x5c

Implementation

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

Implementation

set x5c(ListBuilder<String>? x5c) => _$this._x5c = x5c;