SpacePropertyExpandable constructor

SpacePropertyExpandable({
  1. String? version,
  2. String? space,
})

Implementation

SpacePropertyExpandable({this.version, this.space});