Login constructor

Login({
  1. required String url,
})

Implementation

Login({
  required this.url,
});