DfApiErrorPage constructor

const DfApiErrorPage({
  1. Key? key,
  2. required String message,
})

Implementation

const DfApiErrorPage({Key? key, required this.message}) : super(key: key);