SampodStatusError<T> constructor

const SampodStatusError<T>(
  1. String? message,
  2. int? statusCode, {
  3. Map<String, String>? formError,
})

Implementation

const SampodStatusError(this.message, this.statusCode, {this.formError});