ActionProperty constructor

ActionProperty(
  1. ActionType type
)

Implementation

ActionProperty(this.type) : super("ACTION", TextValue(type.value));