fromJson static method

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

Implementation

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