error property

Widget get error

Implementation

Widget get error {
  return Text("Error: Not implemented for '${notification.reason}'");
}