shamblett / coap

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

refactor: refactor CoapOption creation using factory constructors #96

Closed JKRhb closed 2 years ago

JKRhb commented 2 years ago

This PR applies some minor refactorings to the creation of CoapOptions, getting rid of the ignore: prefer_constructors_over_static_methods comment.