IdParameter<T> constructor

IdParameter<T>({
  1. T? id,
})

Implementation

IdParameter({this.id});