fromJson static method

Implementation

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