Route class

A network route.

Constructors

Route({int? family, List<int>? destination, int? destinationPrefixLength, List<int>? preferredSource, int? scope, String? scopeString, int? protocol, String? protocolString, int? type, String? typeString, int? priority, int? table, String? tableString, int? preference, int? flags, String? flagsString, String? configSource, String? configState, List<int>? gateway, List<int>? configProvider})
Route.fromJson(Map<String, dynamic> json)

Properties

configProvider List<int>?
getter/setter pair
configSource String?
getter/setter pair
configState String?
getter/setter pair
destination List<int>?
getter/setter pair
destinationPrefixLength int?
getter/setter pair
family int?
getter/setter pair
flags int?
getter/setter pair
flagsString String?
getter/setter pair
gateway List<int>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preference int?
getter/setter pair
preferredSource List<int>?
getter/setter pair
priority int?
getter/setter pair
protocol int?
getter/setter pair
protocolString String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope int?
getter/setter pair
scopeString String?
getter/setter pair
table int?
getter/setter pair
tableString String?
getter/setter pair
type int?
getter/setter pair
typeString String?
getter/setter pair

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