Integration class

Integration for concrete chat.

Annotations
  • @freezed

Constructors

Integration({@JsonKey(name: 'uid') String? uid, @JsonKey(name: 'comment') required String comment, @JsonKey(name: 'created') @DateTimeConverter() DateTime? created, @JsonKey(name: 'enabled') required bool enabled, @JsonKey(name: 'form') required IntegrationForm form, @JsonKey(name: 'group') required String group, @JsonKey(name: 'help') String? help, @JsonKey(name: 'kind') required String kind, @JsonKey(name: '-') required String title})
const
factory
Integration.fromJson(Map<String, dynamic> json)
factory

Properties

comment String
Comment, if any.
no setterinherited
copyWith → $IntegrationCopyWith<Integration>
no setterinherited
created DateTime?
Creation datetime, iso.
no setterinherited
enabled bool
Integration enabled.
no setterinherited
form IntegrationForm
Integration form.
no setterinherited
group String
Chat id.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
help String?
Full description.
no setterinherited
kind String
Unique integration name.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
.
no setterinherited
uid String?
Id.
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