SpaceProperty constructor

SpaceProperty({
  1. String? id,
  2. String? key,
  3. dynamic value,
  4. DateTime? createdAt,
  5. String? createdBy,
  6. SpacePropertyVersion? version,
})

Implementation

SpaceProperty(
    {this.id,
    this.key,
    this.value,
    this.createdAt,
    this.createdBy,
    this.version});