DocumentRouteArgs constructor

const DocumentRouteArgs({
  1. Key? key,
  2. String? id,
  3. String? global,
})

Implementation

const DocumentRouteArgs({this.key, this.id, this.global});