ErrorDocument constructor

ErrorDocument({
  1. required String key,
})

Implementation

ErrorDocument({
  required this.key,
});