Comics class
Основная модель комикса
- Annotations
-
- @JsonSerializable.new()
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save(
) → Future< void> - Сохранение комикса
-
saveToFile(
String filePath) → Future< void> - Сохранение в файл
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited