samarthagarwal / woocommerce_dart

A dart package to interact with the WooCommerce REST API.
BSD 3-Clause "New" or "Revised" License
90 stars 48 forks source link

Update woocommerce_api.dart #24

Open elign opened 8 months ago

elign commented 8 months ago

Removed all the code with +, and used string interpolation to make the code look cleaner. Used the latest dart features like, removing 'this' keyword wherever not required.