Sequence class abstract

Implementers
Annotations
  • @SPI(name: "mpi")

Constructors

Sequence()

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

next(String kind, int length, {Context? ctx}) Future<String?>
Next 生成全网唯一序列号
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 获取序列号段.
toString() String
A string representation of this object.
inherited

Operators

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