fromJson static method

InlineObject1MemberTypeEnum fromJson(
  1. dynamic value
)

Implementation

static InlineObject1MemberTypeEnum fromJson(dynamic value) =>
  InlineObject1MemberTypeEnumTypeTransformer().decode(value);