NodeMovement constructor

NodeMovement({
  1. double? amount,
  2. String? to,
})

Implementation

NodeMovement({
  this.amount,
  this.to,
});