Extra class

Constructors

Extra({String? cssBody, String? cssHeader, bool? enableFormHistory, bool? inputAlwaysActive, bool? playerAlertSound, bool? showChatRestart, bool? uploadAudio, bool? uploadFile, String? jsscript, bool? uploadImage, bool? uploadVideo, int? chatTextSize, int? chatTextWeight, String? iconColorActive, String? iconColorDisabled, int? inputTextSize, int? inputTextWeight, bool? withBorder, bool? withHour})
Extra.fromJson(Map<String, dynamic> json)
factory

Properties

chatTextSize int?
getter/setter pair
chatTextWeight int?
getter/setter pair
cssBody String?
getter/setter pair
cssHeader String?
getter/setter pair
enableFormHistory bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconColorActive String?
getter/setter pair
iconColorDisabled String?
getter/setter pair
inputAlwaysActive bool?
getter/setter pair
inputTextSize int?
getter/setter pair
inputTextWeight int?
getter/setter pair
jsscript String?
getter/setter pair
playerAlertSound bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showChatRestart bool?
getter/setter pair
getter/setter pair
getter/setter pair
uploadAudio bool?
getter/setter pair
uploadFile bool?
getter/setter pair
uploadImage bool?
getter/setter pair
uploadVideo bool?
getter/setter pair
withBorder bool?
getter/setter pair
withHour bool?
getter/setter pair

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.
inherited