IDs constructor

IDs({
  1. String? id,
  2. dynamic localId,
})

Implementation

IDs({this.id, this.localId});