UserUrl constructor

UserUrl({
  1. required String description,
  2. required String url,
})

Implementation

UserUrl({required this.description, required this.url});