menu
micinputtextfield package
documentation
output.dart
Output class
Output class
dark_mode
light_mode
Output
class
Constructors
Output.new
({
File
?
audio
,
File
?
image
,
String
?
message
})
Properties
audio
↔
File
?
getter/setter pair
hashCode
→
int
The hash code for this object.
no setter
inherited
image
↔
File
?
getter/setter pair
message
↔
String
?
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
copyWith
(
{
File
?
audio
,
File
?
image
,
String
?
message
})
→
Output
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
)
→
Map
<
String
,
dynamic
>
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
micinputtextfield package
documentation
output
Output class
output library