format static method

Format format([
  1. String? format
])

Forces format conversion to the given format. (Formerly known as fetch format)

returns Format object

Implementation

static Format format([String? format]) {
  return Format(format);
}