format method

  1. @override
String format([
  1. FormatTypes? type
])
override

Creates a String representation of the Fragment using the available type formats.

Implementation

@override
String format([FormatTypes? type]) {
  return toString();
}