abstract final class UploadMetadataKeys { static const fileName = 'upload_filename'; static const legacyFileName = 'upload_file_name'; static const fallbackFileName = 'filename'; static const rows = 'upload_rows'; static const amount = 'upload_amount'; static const currency = 'upload_currency'; }