AsyncId constructor

AsyncId({
  1. required String asyncId,
})

Implementation

AsyncId({required this.asyncId});