AssignmentParts constructor

const AssignmentParts(
  1. String name,
  2. String value
)

Implementation

const AssignmentParts(this.name, this.value);