fromJson static method

InlineObject4MemberTypeEnum fromJson(
  1. dynamic value
)

Implementation

static InlineObject4MemberTypeEnum fromJson(dynamic value) =>
  InlineObject4MemberTypeEnumTypeTransformer().decode(value);