WithProperty constructor

const WithProperty(
  1. String _property,
  2. String _value
)

Implementation

const WithProperty(this._property, this._value);