length property

  1. @override
int length
override

return the length of keys

Implementation

@override
int get length => keys.length;