fromJson static method

CustomReminderSchemaEntryDTOTimeUnitEnum? fromJson(
  1. dynamic value
)

Implementation

static CustomReminderSchemaEntryDTOTimeUnitEnum? fromJson(dynamic value) => CustomReminderSchemaEntryDTOTimeUnitEnumTypeTransformer().decode(value);