addresses property

Iterable<String> get addresses

Implementation

Iterable<String> get addresses => map((e) => e.address);