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