ThesaurusSummary class
An array of summary information for one or more thesauruses.
Constructors
- ThesaurusSummary({DateTime? createdAt, String? id, String? name, ThesaurusStatus? status, DateTime? updatedAt})
-
ThesaurusSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → DateTime?
-
The Unix datetime that the thesaurus was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The identifier of the thesaurus.
final
- name → String?
-
The name of the thesaurus.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ThesaurusStatus?
-
The status of the thesaurus.
final
- updatedAt → DateTime?
-
The Unix datetime that the thesaurus was last updated.
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