fromJson method

  1. @override
Color fromJson(
  1. int json
)

Implementation

@override
Color fromJson(int json) => Color(json);