v property

Implementation

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