PostRoute constructor

const PostRoute(
  1. {required String id,
  2. bool? edit}
)

Implementation

const PostRoute({required this.id, this.edit});