SpaceProperty constructor
SpaceProperty({
- dynamic id,
- String? key,
- dynamic value,
- DateTime? createdAt,
- String? createdBy,
- SpacePropertyVersion? version,
Implementation
SpaceProperty(
{this.id,
this.key,
this.value,
this.createdAt,
this.createdBy,
this.version});