Category class

A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.

Constructors

Category({String? code, String? name})
Category.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
The category code for the support case.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The category name for the support case.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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