format method Null safety
- [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);
}
Forces format conversion to the given format. (Formerly known as fetch format)
returns Format object
static Format format([String? format]) {
return Format(format);
}