ConstantInfo class
Constructors
-
ConstantInfo({required String name, required PortableType type, required int typeId, required Uint8List value, required List<
String> docs, required String palletName}) -
const
Properties
-
docs
→ List<
String> -
final
- documentation → String
-
Get the documentation as a single string
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- palletName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PortableType
-
final
- typeId → int
-
final
- typeString → String
-
Get a human-readable type string
no setter
- value → Uint8List
-
final
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