TextFormat function

String TextFormat(
  1. String text, [
  2. List<Object?> args = const []
])

Implementation

String TextFormat(
  String text, [
    List<Object?> args = const [],
  ]
) => _module.TextFormat(text, args);