Ipv4Address class

Annotations

Constructors

Ipv4Address(int ip)
const
Ipv4Address.fromDecimals(int oc1, int oc2, int oc3, int oc4)
const

Properties

dot1 int
no setter
dot2 int
no setter
dot3 int
no setter
dot4 int
no setter
hashCode int
no setteroverride
integer int
no setter
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 separator = '.'}) String
override

Operators

operator +(int value) Ipv4Address
operator -(int value) Ipv4Address
operator <(Ipv4Address value) bool
operator <=(Ipv4Address value) bool
operator ==(Object other) bool
override
operator >(Ipv4Address value) bool
operator >=(Ipv4Address value) bool

Static Methods

fromList(List list, {String separator = '.'}) Ipv4Address
fromString(String? value, {String separator = '.'}) Ipv4Address