ContentBuilder class
Builder class for constructing Content objects.
Constructors
Properties
Methods
-
blob(
String mimeType, Uint8List blob) → void - Adds a blob part to the content.
-
build(
) → Content - Builds the Content object.
-
image(
Uint8List image) → void - Adds an image part to the content.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
text(
String text) → void - Adds a text part to the content.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited