FlintText class
Methods
-
buildTemplate()
→ FlintWidget
-
Build the widget template - MUST be implemented by subclasses
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toHtml()
→ String
-
Render to HTML (for emails, web)
override
-
toJson()
→ Map<String, dynamic>
-
Render to intermediate JSON (for APIs, mobile apps, etc.)
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
toText()
→ String
-
Render to plain text (fallback, CLI, etc.)
override