isNonNull property
bool
get
isNonNull
Whether this type is non-null (required).
Implementation
bool get isNonNull => kind == GqlTypeKind.nonNull;
Whether this type is non-null (required).
bool get isNonNull => kind == GqlTypeKind.nonNull;