Reactions class

reaction : "πŸ™ƒ"

Constructors

Reactions.new({String? reaction})
Reactions.fromJson(dynamic json)

Properties

hashCode β†’ int
The hash code for this object.
no setterinherited
reaction ↔ String?
getter/setter pair
runtimeType β†’ Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? reaction}) β†’ Reactions
noSuchMethod(Invocation invocation) β†’ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() β†’ Map<String, dynamic>
toString() β†’ String
A string representation of this object.
inherited

Operators

operator ==(Object other) β†’ bool
The equality operator.
inherited