fromJson static method

InlineObject5MemberTypeEnum fromJson(
  1. dynamic value
)

Implementation

static InlineObject5MemberTypeEnum fromJson(dynamic value) =>
  InlineObject5MemberTypeEnumTypeTransformer().decode(value);