BackupFolder class
{n, t, p, c} — name, folder type, parent id (null at top level), children.
- Annotations
-
- @experimental
Constructors
-
BackupFolder({String name = '', String type = '', String? parent, List<
String> children = const <String>[]}) -
const
-
BackupFolder.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited