ListOfIds constructor

ListOfIds({
  1. List<String>? ids,
})

Implementation

ListOfIds({
		List<String>? ids}) : ids = ids ?? [];