fromJson method

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

Implementation

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