fromJson static method

InlineObjectMemberTypeEnum fromJson(
  1. dynamic value
)

Implementation

static InlineObjectMemberTypeEnum fromJson(dynamic value) =>
  InlineObjectMemberTypeEnumTypeTransformer().decode(value);