gradientList property

  1. @JsonKey(toJson: _toColorListJson, fromJson: _fromColorListJson)
List<Color>? gradientList
getter/setter pair

Implementation

@JsonKey(
  toJson: _toColorListJson,
  fromJson: _fromColorListJson,
)
List<Color>? gradientList;