getData method

String getData(
  1. String format
)

Implementation

String getData(String format) {
  return _data[format] ?? '';
}