Layer class
Модель слоя комикса
- Annotations
-
- @JsonSerializable.new()
Constructors
Properties
Methods
-
delete(
) → Future< void> - Удаление слоя
-
getImage(
Cultures culture, {bool returnDefault = true}) → Image? - Получение изображения для определенного языка
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setImage(
Cultures culture, String file, bool puzzle, bool popup) → Future< void> - Установка изображения для определенного языка
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited