Call

data class Call(val method: Method, val call: () -> Any?)

Constructors

Link copied to clipboard
constructor(method: Method, call: () -> Any?)

Properties

Link copied to clipboard
val call: () -> Any?
Link copied to clipboard