isNonNull property

bool get isNonNull

Whether this type is non-null (required).

Implementation

bool get isNonNull => kind == GqlTypeKind.nonNull;