IndoorSpaceAction constructor

IndoorSpaceAction(
  1. String displayName,
  2. String spaceId
)

Creates an object and assign default values for space action.

  • displayName The display name of the space, as shown on the local signs.
  • spaceId The id of the space.

Implementation

IndoorSpaceAction(this.displayName, this.spaceId);