fromJson static method

SmsMatchOptionShouldEnum? fromJson(
  1. dynamic value
)

Implementation

static SmsMatchOptionShouldEnum? fromJson(dynamic value) => SmsMatchOptionShouldEnumTypeTransformer().decode(value);