Ipv4Address class
- Annotations
Constructors
- Ipv4Address.new(int ip)
-
const
- Ipv4Address.fromDecimals(int oc1, int oc2, int oc3, int oc4)
-
const
Properties
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