ShakeChatAction class

Represents chat action for Home screen.

Inheritance

Constructors

ShakeChatAction({String? title, String? subtitle, String? icon})

Properties

handler Function?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pairinherited
iconRes String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
getter/setter pairinherited
subtitleRes String?
getter/setter pairinherited
title String?
getter/setter pairinherited
titleRes String?
getter/setter pairinherited
type String?
getter/setter pairinherited

Methods

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

Operators

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

Static Methods

fromMap(Map data) ShakeChatAction
Converts map to object.