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