import 'package:flutter/material.dart'; class L10n { static final all = [ const Locale('en'), const Locale('bn', 'BD'), ]; }