to method

String? to(
  1. String? value
)

Forwards to call method.

Implementation

String? to(String? value) => this(value);