KumihoObject constructor

KumihoObject(
  1. dynamic client
)

Creates a new KumihoObject with a client reference.

Implementation

KumihoObject(this.client);