ContentProperty constructor

ContentProperty({
  1. dynamic id,
  2. String? key,
  3. dynamic value,
  4. Version? version,
})

Implementation

ContentProperty({this.id, this.key, this.value, this.version});