CaptureProperty constructor

CaptureProperty(
  1. int? id,
  2. int? type, [
  3. dynamic value
])

Implementation

CaptureProperty(this.id, this.type, [this.value]);