v property
IntVar
get
v
Implementation
IntVar get v => IntVar(
id: const Uuid().v1(),
name: 'IntVariable',
isNullable: false,
data: this,
);
IntVar get v => IntVar(
id: const Uuid().v1(),
name: 'IntVariable',
isNullable: false,
data: this,
);