lbp property

Currency lbp
final

Lebanese Pound

Implementation

final Currency lbp = Currency.create(
  'LBP',
  2,
  symbol: 'ل.ل',
  country: 'Lebanon',
  unit: 'Pound',
  name: 'Lebanese Pound',
);