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