IntegrationForm class

Integration form.

Annotations
  • @freezed

Constructors

IntegrationForm({@JsonKey(name: 'api_key') IntegrationField? apiKey, @JsonKey(name: 'webhook_url') IntegrationField? webhookUrl, @JsonKey(name: 'url') IntegrationField? url})
const
factory
IntegrationForm.fromJson(Map<String, dynamic> json)
factory

Properties

apiKey IntegrationField?
Api key field, if any.
no setterinherited
copyWith → $IntegrationFormCopyWith<IntegrationForm>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url IntegrationField?
Url, if any.
no setterinherited
webhookUrl IntegrationField?
Webhook url, if any.
no setterinherited

Methods

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

Operators

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