Ipv4Address class

Annotations

Constructors

Ipv4Address(int ip)
const
Ipv4Address.fromDecimals(int oc1, int oc2, int oc3, int oc4)
const
Ipv4Address.fromList(List list, {String separator = '.'})
factory
Ipv4Address.fromString(String? value, {String separator = '.'})
factory

Properties

dot1 int
no setter
dot2 int
no setter
dot3 int
no setter
dot4 int
no setter
hashCode int
The hash code for this object.
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
A string representation of this object.
override

Operators

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