IdArgs<R> constructor

IdArgs<R>(
  1. String? id, {
  2. Map<String, dynamic>? args,
  3. R? record,
})

Implementation

IdArgs(this.id, {Map<String, dynamic>? args, this.record}) : args = {...?args, "id": id, "record": record};