fromJson static method

Color? fromJson(
  1. Object? value
)

Implementation

static Color? fromJson(Object? value) {
  throw UnimplementedError();
}