fromJson static method

SurfaceType? fromJson(
  1. dynamic value
)

Implementation

static SurfaceType? fromJson(dynamic value) =>
    SurfaceTypeTypeTransformer().decode(value);