v property

Implementation

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