IntegrationKind class

Integration kind.

Annotations
  • @freezed

Constructors

IntegrationKind({@JsonKey(name: 'kind') required String kind, @JsonKey(name: 'title') required String title, @JsonKey(name: 'template') required Integration template, @JsonKey(name: 'icon') required String icon, @JsonKey(name: 'description') required String description})
const
factory
IntegrationKind.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $IntegrationKindCopyWith<IntegrationKind>
no setterinherited
description String
Plugin description.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon String
Path to icon.
no setterinherited
kind String
Integration unique name.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template Integration
Integration template.
no setterinherited
title String
Plugin title.
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