WidgetInfo class

Constructors

WidgetInfo.new({String? id, String? title, String? primaryColor, String? backgroundColor, num? maxUploadContentSize, bool? multiThread, bool? multiChannelConversationEnabled, bool? callsEnabled, List<String>? themeNames})
WidgetInfo.fromJson(Map<String, dynamic> json)

Properties

backgroundColor String?
final
callsEnabled bool?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
maxUploadContentSize num?
final
multiChannelConversationEnabled bool?
final
multiThread bool?
final
primaryColor String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeNames List<String>?
final
title String?
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.
override