RenderUiTemplateResponse class

Constructors

RenderUiTemplateResponse({required List<RenderingError> errors, required String renderedContent})
RenderUiTemplateResponse.fromJson(Map<String, dynamic> json)
factory

Properties

errors List<RenderingError>
A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.
final
hashCode int
The hash code for this object.
no setterinherited
renderedContent String
A Liquid template that renders the HTML for the worker UI.
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