jcb property

Implementation

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

Implementation

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