AsyncX constructor

const AsyncX({
  1. String? name,
})

Implementation

const AsyncX({String? name}):super(name: name);