FlutterConsoleData class

Constructors

FlutterConsoleData({TextInputType keyboardType = TextInputType.none, String consoleContent = '', bool show = true})

Properties

consoleContent String
final
hashCode int
The hash code for this object.
no setterinherited
keyboardType TextInputType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
final

Methods

copyWith({TextInputType? keyboardType, String? consoleContent, bool? show}) FlutterConsoleData
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