UIdParams constructor

UIdParams({
  1. required String id,
})

Implementation

UIdParams({
  required this.id,
});