dictionary property

  1. @override
Dictionary dictionary
getter/setter pair

Implementation

@override
Dictionary dictionary = Dictionary({
  'passwords': _passwords,
  'diceware': _diceware,
});