fromJson static method

PropertyTypeStubDtoTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PropertyTypeStubDtoTypeEnum? fromJson(dynamic value) => PropertyTypeStubDtoTypeEnumTypeTransformer().decode(value);