fromJson static method

KickMessage fromJson(
  1. String json
)

Implementation

static KickMessage fromJson(String json) {
  return ensureInitialized().decodeJson<KickMessage>(json);
}