FlairTemplate class

A simple representation of a template for Reddit flair.

Constructors

FlairTemplate(String flairCssClass, String flairTemplateId, bool flairTextEditable, String flairText, FlairPosition position)
FlairTemplate.parse(Map<String, dynamic> data)

Properties

flairCssClass String?
no setterinherited
flairTemplateId String
no setter
flairText String?
no setterinherited
flairTextEditable bool
no setter
hashCode int
The hash code for this object.
no setterinherited
position FlairPosition
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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