MPISequence class

Implemented types

Constructors

MPISequence(InvocationHandler _h)

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

ioc() → void
override
methods() Map<String, Introspector>
override
next(String kind, int length, {Context? ctx}) Future<String?>
Next 生成全网唯一序列号
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
section(String kind, int size, int length, {Context? ctx}) Future<List<String>?>
Section 获取序列号段.
override
toString() String
A string representation of this object.
inherited

Operators

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