charge property

num get charge

Gets or sets the electrical charge for this vertex. The default value is NaN.

Implementation

_i2.num get charge => _i4.getProperty(
      this,
      'charge',
    );
set charge (num value)

Implementation

set charge(_i2.num value) {
  _i4.setProperty(
    this,
    'charge',
    value,
  );
}