HexColor.fromJson constructor

HexColor.fromJson(
  1. dynamic json
)

Implementation

factory HexColor.fromJson(dynamic json) => HexColor(json);