BackgroundSuggestionState.fromJson constructor

BackgroundSuggestionState.fromJson(
  1. Map json_
)

Implementation

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