SerialPortOutput class

An instance serial console output.

Constructors

SerialPortOutput({String? contents, String? kind, String? next, String? selfLink, String? start})
SerialPortOutput.fromJson(Map json_)

Properties

contents String?
The contents of the console output.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Type of the resource.
getter/setter pair
next String?
The position of the next byte of content, regardless of whether the content exists, following the output returned in the contents property.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL for this resource.
getter/setter pair
start String?
The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content.
getter/setter pair

Methods

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