WooSettings class

Constructors

WooSettings.new({String? id, String? label, String? description, String? parentId, List<String>? subGroups})
WooSettings.fake()
factory
WooSettings.fromJson(Map<String, dynamic> json)

Properties

description String?
A human readable description for the setting used in interfaces.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
A unique identifier that can be used to link settings together.
final
label String?
A human readable label for the setting used in interfaces.
final
parentId String?
ID of parent grouping.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subGroups List<String>?
IDs for settings sub groups.
final

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