fromJson static method

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

Implementation

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