- Implemented types
-
- Implementers
- Annotations
-
Methods
-
doCallback(dynamic json, DoCallback callback)
→ dynamic
-
-
map<TResult extends Object?>({required TResult ref(RefList value), required TResult union(UnionList value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? ref(RefList value)?, TResult? union(UnionList value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult ref(RefList value)?, TResult union(UnionList value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult ref(String name)?, TResult union(List<String> names, String key)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult ref(String name), required TResult union(List<String> names, String key)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? ref(String name)?, TResult? union(List<String> names, String key)?})
→ TResult?
-
inherited