fromJson static method

Color? fromJson(
  1. dynamic value
)

Implementation

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