ILPInfoConfig class

Constructors

ILPInfoConfig({String? filePath, required String name, required int width, required int height, required String cover, required ILPLayerConfig layer})
ILPInfoConfig.fromFileSync(String file)
factory
ILPInfoConfig.fromJson(Map map, {String? filePath, String? name})
factory

Properties

cover String
getter/setter pair
filePath String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
id Future<String>
no setter
layer ILPLayerConfig
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toILPInfo() Future<ILPInfo>
toString() String
A string representation of this object.
inherited
validate() Future<bool>
validate all files exists true validate success false validate fail

Operators

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

Static Methods

fromFile(String file) Future<ILPInfoConfig>