shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

feat: override toString() method of MulticastAddress #144

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

This PR proposes a slight API improvement for the MulticastAddress enum. Overriding the toString method, the proposed changes make it a bit more convenient to use the enum values in the context of string interpolation.