fromJson static method

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

Implementation

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