GenericFailure constructor

GenericFailure([
  1. String? message,
  2. List properties = const <dynamic>[]
])

Implementation

GenericFailure([this.message, List properties = const <dynamic>[]]);