Module class

Binary module.

Constructors

Module({TruncatableString? buildId, TruncatableString? module})
Module.fromJson(Map json_)

Properties

buildId TruncatableString?
A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
module TruncatableString?
For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited