fromJson static method

HexColor fromJson(
  1. dynamic json
)

Implementation

static HexColor fromJson(dynamic json) => HexColor(json);