IDLType<T extends RuleContext> class
abstract
Constructors
- IDLType.new(T ctx)
Properties
- ctx → T
-
final
- did → String
-
no setter
- doc → String
-
latefinal
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
no setter
- idlType → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serializable → bool
-
no setter
- type → String
-
no setter
Methods
-
dartType(
{bool nullable = false}) → String -
deserialize(
{required bool fromIDL, bool nullable = false}) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
{required bool fromIDL, bool nullable = false}) → String? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override