Methods
call <T > (dynamic key )
→ T?
inherited
clone ()
→ IExpression
override
diffEquals (dynamic other )
→ bool
inherited
diffIdentical (dynamic other )
→ bool
inherited
get (String name )
→ dynamic
inherited
getByPath <T > (JsonPath path )
→ T
inherited
has (String fieldName )
→ bool
inherited
jpath <T > (JsonPath<T > path , [T? value ])
→ T?
inherited
modified ()
→ dynamic
inherited
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prune (Set <String > fields )
→ void
inherited
setByPath <T > (JsonPath<T > path , T? value )
→ dynamic
inherited
sync ([Set <String > ? fields ])
→ void
There are some weird cases where collections aren't synced properly with the underlying json. This will
overwrite the json with the latest value of the variable.
inherited
takeFrom (dynamic source )
→ void
override
takeFromMap (Map <String , dynamic > ? from , {bool copyEntries = true })
→ void
Used for meta-forms in setting deep properties
override
toJson ()
→ dynamic
toMap ()
→ Map <String , dynamic >
For RouteParams - move at some point?
inherited
toString ()
→ String
A string representation of this object.
override
Static Properties
fromJson
↔ _ExpressionFromJson
getter/setter pair
of
↔ _ExpressionConstructor
getter/setter pair
sunny_service_stubs 0.5.1