IntentMetadata class

Provides information about an intent.

Constructors

IntentMetadata({DateTime? createdDate, String? description, DateTime? lastUpdatedDate, String? name, String? version})
IntentMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

createdDate DateTime?
The date that the intent was created.
final
description String?
A description of the intent.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedDate DateTime?
The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.
final
name String?
The name of the intent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The version of the intent.
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