fromJson static method

AddressDtoAddressTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static AddressDtoAddressTypeEnum? fromJson(dynamic value) => AddressDtoAddressTypeEnumTypeTransformer().decode(value);