Axi5IdSignalsStruct class

This corresponds to mixin Axi5IdSignals from axi5_mixins.dart.

Constructors

Axi5IdSignalsStruct({int? id, bool? idUnq})
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
Identification tag for transaction. Width is equal to idWidth.
final
idUnq bool?
Coherency barrier. Width is always 1.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() Axi5IdSignalsStruct
Creates a copy of this struct.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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