fromJson static method

DisconnectResponse fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

static DisconnectResponse fromJson(Map<String, Object?> obj) =>
    DisconnectResponse.fromMap(obj);