toFlintNode function

FlintNode toFlintNode(
  1. Object? value
)

Converts common values into a renderable Flint node.

Implementation

FlintNode toFlintNode(Object? value) {
  return component_props.toFlintNode(value);
}