Utils class

Служебные методы.

Constructors

Utils.new(Api _api)
Конструктор.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Checks whether a link is blocked in VK.
deleteFromLastShortened<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes shortened link from user's list.
Returns a list of user's shortened links.
getLinkStats<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns stats data for shortened link.
getServerTime<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns the current time of the VK server.
Allows to receive a link shortened via vk.cc.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveScreenName<T>(Map<String, Object> params) Future<ApiResponse<T>>
Detects a type of object (e.g., user, community, application) and its ID by screen name.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited