APIURL constructor

APIURL({
  1. required String name,
  2. required String url,
})

Implementation

APIURL({
  required this.name,
  required this.url,
});