PathParam constructor Null safety

const PathParam(
  1. [String? name]
)

Implementation

const PathParam([this.name]);