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