int property

TypeDefinition int
getter/setter pair

A convenience variable for getting a TypeDefinition of an non null int quickly.

Implementation

static TypeDefinition int = TypeDefinition(className: 'int', nullable: false);