data class ActorDeclaration : Declaration
<init>
ActorDeclaration(name: String, keyType: ActorKeyType = ActorKeyType.NO_KEY, methods: List<ActorMethod> = emptyList())
keyType
val keyType: ActorKeyType
methods
val methods: List<ActorMethod>
name
val name: String