fromJson static method

PropertyTypeTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PropertyTypeTypeEnum? fromJson(dynamic value) => PropertyTypeTypeEnumTypeTransformer().decode(value);