ContentBody class
Constructors
-
ContentBody({required String value, required ContentBodyRepresentation representation, List<
EmbeddedContent> ? embeddedContent, WebResourceDependencies? webresource, ContentBodyMediaToken? mediaToken, ContentBodyExpandable? expandable, GenericLinks? links}) -
ContentBody.fromJson(Map<
String, Object?> json) -
factory
Properties
-
embeddedContent
→ List<
EmbeddedContent> -
final
- expandable → ContentBodyExpandable?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- links → GenericLinks?
-
final
- mediaToken → ContentBodyMediaToken?
-
final
- representation → ContentBodyRepresentation
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
- webresource → WebResourceDependencies?
-
final
Methods
-
copyWith(
{String? value, ContentBodyRepresentation? representation, List< EmbeddedContent> ? embeddedContent, WebResourceDependencies? webresource, ContentBodyMediaToken? mediaToken, ContentBodyExpandable? expandable, GenericLinks? links}) → ContentBody -
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited