ResultPrefix constructor

ResultPrefix({
  1. required String response,
  2. required bool hasSuffix,
})

Constructor of ResultPrefix required response and hasSuffix

Implementation

ResultPrefix({required this.response, required this.hasSuffix});