AsyncContentBody class
Constructors
AsyncContentBody ({String ? value , AsyncContentBodyRepresentation ? representation , String ? renderTaskId , String ? error , AsyncContentBodyStatus ? status , List <EmbeddedContent > ? embeddedContent , WebResourceDependencies ? webresource , AsyncContentBodyMediaToken ? mediaToken , AsyncContentBodyExpandable ? expandable , GenericLinks ? links })
AsyncContentBody.fromJson (Map <String , Object ? > json )
factory
Methods
copyWith ({String ? value , AsyncContentBodyRepresentation ? representation , String ? renderTaskId , String ? error , AsyncContentBodyStatus ? status , List <EmbeddedContent > ? embeddedContent , WebResourceDependencies ? webresource , AsyncContentBodyMediaToken ? mediaToken , AsyncContentBodyExpandable ? expandable , GenericLinks ? links })
→ AsyncContentBody
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson ()
→ Map <String , Object ? >
toString ()
→ String
A string representation of this object.
inherited