activeIcon property

  1. @JsonKey(toJson: _toJson, fromJson: _fromJson)
IconData? activeIcon
getter/setter pair

Implementation

@JsonKey(
  toJson: _toJson,
  fromJson: _fromJson,
)
IconData? activeIcon;