DatagramMixin mixin

class MyDatagram with DatagramMixin implements Datagram { 
  // Must override 
  @override 
  Datagram get datagram;
  ...
}
Implemented types

Properties

address InternetAddress
The address of the socket which sends the data.
getter/setter pairoverride
data Uint8List
The actual bytes of the message.
getter/setter pairoverride
datagram Datagram
no setter
hashCode int
The hash code for this object.
no setterinherited
port int
The port of the socket which sends the data.
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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