fromJson static method

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

Implementation

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