text function

FlintText text(
  1. Object? value
)

Creates a text node from value.

Implementation

FlintText text(Object? value) => FlintText(value?.toString() ?? '');