setReact method Null safety
to update react
property
Implementation
void setReact(Map<String, dynamic> react, {Options? options}) {
final prev = this.react;
this.react = react;
this._applyOptions(options, 'react', prev, react);
}
to update react
property
void setReact(Map<String, dynamic> react, {Options? options}) {
final prev = this.react;
this.react = react;
this._applyOptions(options, 'react', prev, react);
}