format method

  1. @override
String? format(
  1. String? value
)
override

Implementation

@override
String? format(final String? value) => value;