fromJson static method

ClusterType? fromJson(
  1. dynamic value
)

Implementation

static ClusterType? fromJson(dynamic value) => ClusterTypeTypeTransformer().decode(value);