ColorInfo.fromJson constructor

ColorInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ColorInfo.fromJson(Map<String, dynamic> json) =>
    _$ColorInfoFromJson(json);