public class KotlinTypeFlags extends java.lang.Object implements KotlinFlags
| Modifier and Type | Field and Description |
|---|---|
boolean |
isDefinitelyNonNull
Signifies that the corresponding type is [definitely non-null](https://kotlinlang.org/docs/whatsnew17.html#stable-definitely-non-nullable-types).
|
boolean |
isNullable
Signifies that the corresponding type is marked as nullable, i.e.
|
boolean |
isSuspend
Signifies that the corresponding type is `suspend`.
|
| Constructor and Description |
|---|
KotlinTypeFlags() |
public boolean isNullable
public boolean isDefinitelyNonNull
public boolean isSuspend