v property

DoubleVar get v

Implementation

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