updated_props property
List<UpdatedProp> ?
get
updated_props
Implementation
List<UpdatedProp>? get updated_props => this._updated_props;
set
updated_props
(List<UpdatedProp> ? updated_props)
Implementation
set updated_props(List<UpdatedProp>? updated_props) {
this._updated_props = updated_props;
}