MediaSelectionWithText class

A class for Media Upload with optional text

Constructors

MediaSelectionWithText.new({required String uri, String? text})
Create the instance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Optional text
getter/setter pair
uri String
uri/url or local file path of selected file
final

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