ShadingSuggestionState.fromJson constructor
ShadingSuggestionState.fromJson(
- Map json_
Implementation
ShadingSuggestionState.fromJson(core.Map json_)
: this(
backgroundColorSuggested:
json_['backgroundColorSuggested'] as core.bool?,
);