fromJson static method

SendEmailOptionsSendStrategyEnum? fromJson(
  1. dynamic value
)

Implementation

static SendEmailOptionsSendStrategyEnum? fromJson(dynamic value) => SendEmailOptionsSendStrategyEnumTypeTransformer().decode(value);