Core class

Implementers

Constructors

Core({required RequestType requestType})
The main ipAddress constructor which will be called to get the ipAddress.

Properties

hashCode int
The hash code for this object.
no setterinherited
requestType RequestType
The type of request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIpAddress() Future
Get Ip address of the system based on requestType.
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

Static Properties

version String
Current version of this library.
getter/setter pair