Theme class

Summary information about a theme.

Constructors

Theme({String? arn, DateTime? createdTime, DateTime? lastUpdatedTime, String? name, String? themeId, ThemeType? type, ThemeVersion? version})
Theme.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the theme.
final
createdTime DateTime?
The date and time that the theme was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The date and time that the theme was last updated.
final
name String?
The name that the user gives to the theme.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeId String?
The identifier that the user gives to the theme.
final
type ThemeType?
The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.
final
version ThemeVersion?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited