fromJson static method

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

Implementation

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