fromJson static method

Implementation

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