Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.28 KB

SystemStatusTheme.md

File metadata and controls

26 lines (21 loc) · 1.28 KB

woocommerce_client.model.SystemStatusTheme

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
name String Theme name. [optional]
version String Theme version. [optional]
versionLatest String Latest version of theme. [optional]
authorUrl String Theme author URL. [optional]
isChildTheme bool Is this theme a child theme? [optional]
hasWoocommerceSupport bool Does the theme declare WooCommerce support? [optional]
hasWoocommerceFile bool Does the theme have a woocommerce.php file? [optional]
hasOutdatedTemplates bool Does this theme have outdated templates? [optional]
overrides List Template overrides. [optional] [default to const []]
parentName String Parent theme name. [optional]
parentVersion String Parent theme version. [optional]
parentAuthorUrl String Parent theme author URL. [optional]

[Back to Model list] [Back to API list] [Back to README]