fromJson static method

QueryTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static QueryTypeEnum? fromJson(dynamic value) =>
    QueryTypeEnumTypeTransformer().decode(value);