fromJson static method

GColorInput? fromJson(
  1. Map<String, dynamic> json
)

Implementation

static GColorInput? fromJson(Map<String, dynamic> json) =>
    _i1.serializers.deserializeWith(GColorInput.serializer, json);