Route constructor

const Route({
  1. required String path,
  2. required ComponentBuilder builder,
})

Implementation

const Route({required this.path, required this.builder});