TemplateData class

Constructors

TemplateData({required String sessionId, required String providerId, required String applicationId, required String signature, required String timestamp, required String callbackUrl, required String context, required Map<String, String> parameters, required String redirectUrl, required bool acceptAiProviders, required String sdkVersion})
TemplateData.fromJson(Map<String, dynamic> json)
factory

Properties

acceptAiProviders bool
final
applicationId String
final
callbackUrl String
final
context String
final
hashCode int
The hash code for this object.
no setterinherited
parameters Map<String, String>
final
providerId String
final
redirectUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkVersion String
final
sessionId String
final
signature String
final
timestamp String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited