fromJson static method

SmsMatchOptionFieldEnum? fromJson(
  1. dynamic value
)

Implementation

static SmsMatchOptionFieldEnum? fromJson(dynamic value) => SmsMatchOptionFieldEnumTypeTransformer().decode(value);