v property

BoolListVar get v

Implementation

BoolListVar get v => BoolListVar(
      id: const Uuid().v1(),
      name: 'BoolListVariable',
      isNullable: false,
      data: this,
    );