fromJson static method

MemberDataTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static MemberDataTypeEnum? fromJson(dynamic value) =>
    MemberDataTypeEnumTypeTransformer().decode(value);