fromJson static method

DomainNameRecordLabelEnum? fromJson(
  1. dynamic value
)

Implementation

static DomainNameRecordLabelEnum? fromJson(dynamic value) => DomainNameRecordLabelEnumTypeTransformer().decode(value);