ILP class

Constructors

ILP.fromBytes(Uint8List bytes)
factory
ILP.fromConfigFiles(List<String> path)
factory
ILP.fromFileSync(String path)
factory

Properties

configs List<ILPInfoConfig>
no setter
cover Future<Uint8List>
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
infos Future<List<ILPInfo>>
no setter
isILP Future<bool>
no setter
isList Future<bool>
no setter
length Future<int>
no setter
md5 Future<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1 Future<String>
no setter
type ILPType
no setter

Methods

info(int index) Future<ILPInfo>
layer(int index) Future<ILPLayer>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes({required String author, required String name, int version = 1, String? description, String? coverFilePath, List<String>? links, List<ILPInfo>? infos, List<ILPLayer>? layers}) Future<Uint8List>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromFile(String path) Future<ILP>