jcb property
GenericPmWithTdiInfoBuilder
get
jcb
Implementation
GenericPmWithTdiInfoBuilder get jcb =>
_$this._jcb ??= GenericPmWithTdiInfoBuilder();
set
jcb
(GenericPmWithTdiInfoBuilder? jcb)
Implementation
set jcb(GenericPmWithTdiInfoBuilder? jcb) => _$this._jcb = jcb;