arb property

Map<String, dynamic> get arb

Get ARB format Object.

Implementation

Map<String, dynamic> get arb => {
      'type': type,
      'desc': description,
      'placeholders': placeholders,
    };