isNonNullable property

bool isNonNullable
inherited

true when the type can not be null

Implementation

bool get isNonNullable => this is GraphQLNonNullType;