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
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