fromJson static method

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

Implementation

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