ThemeSummary class
The theme summary.
Constructors
- ThemeSummary.new({String? arn, DateTime? createdTime, DateTime? lastUpdatedTime, int? latestVersionNumber, String? name, String? themeId})
-
ThemeSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the resource.
final
- createdTime → DateTime?
-
The date and time that this theme was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → DateTime?
-
The last date and time that this theme was updated.
final
- latestVersionNumber → int?
-
The latest version number for the theme.
final
- name → String?
-
the display name for the theme.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- themeId → String?
-
The ID of the theme. This ID is unique per AWS Region for each AWS account.
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