IndoorSpaceAction constructor
- String displayName,
- String spaceId
Creates an object and assign default values for space action.
displayNameThe display name of the space, as shown on the local signs.spaceIdThe id of the space.
Implementation
IndoorSpaceAction(this.displayName, this.spaceId);