toFileName method
Generate filename in new format: m_YYYYMMDDHHMMSS_slug.dart
Implementation
String toFileName() => 'm_${_formatTimestampCompact(timestamp)}_$slug';
Generate filename in new format: m_YYYYMMDDHHMMSS_slug.dart
String toFileName() => 'm_${_formatTimestampCompact(timestamp)}_$slug';