MediaSelectionWithText class
A class for Media Upload with optional text
Constructors
- MediaSelectionWithText.new({required String uri, String? text})
- Create the instance
Properties
Methods
-
copyWith(
{required String text}) → dynamic - Make a copy of this with the new text
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited