props property

JsonObject? props

Implementation

JsonObject? get props => _$this._props;
void props=(JsonObject? props)

Implementation

set props(JsonObject? props) => _$this._props = props;