text static method

String text(
  1. String text
)

This doesn't call any object. It just returns the text.

Implementation

static String text(String text) => text;