SpacePropertyVersion constructor

SpacePropertyVersion({
  1. DateTime? createdAt,
  2. String? createdBy,
  3. String? message,
  4. int? number,
})

Implementation

SpacePropertyVersion(
    {this.createdAt, this.createdBy, this.message, this.number});