UIdStringParams constructor

UIdStringParams({
  1. required String id,
})

Implementation

UIdStringParams({
  required this.id,
});