WooSystemStatusTheme class

Constructors

WooSystemStatusTheme.new({String? name, String? version, String? versionLatest, String? authorUrl, bool? isChildTheme, bool? hasWooCommerceSupport, bool? hasWooCommerceFile, bool? hasOutdatedTemplates, List<String>? overrides, String? parentName, String? parentVersion, String? parentAuthorUrl})
WooSystemStatusTheme.fake()
factory
WooSystemStatusTheme.fromJson(Map<String, dynamic> json)
factory

Properties

authorUrl String?
final
hashCode int
The hash code for this object.
no setterinherited
hasOutdatedTemplates bool?
final
hasWooCommerceFile bool?
final
hasWooCommerceSupport bool?
final
isChildTheme bool?
final
name String?
final
overrides List<String>?
final
parentAuthorUrl String?
final
parentName String?
final
parentVersion String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
final
versionLatest String?
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