Model class

The model.

Constructors

Model({String? arn, String? createdTime, String? description, String? eventTypeName, String? lastUpdatedTime, String? modelId, ModelTypeEnum? modelType})
Model.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the model.
final
createdTime String?
Timestamp of when the model was created.
final
description String?
The model description.
final
eventTypeName String?
The name of the event type.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime String?
Timestamp of last time the model was updated.
final
modelId String?
The model ID.
final
modelType ModelTypeEnum?
The model type.
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