RESTServer constructor Null safety

RESTServer(
  1. {required bool protectedMode}
)

Implementation

RESTServer({required this.protectedMode});