MFError constructor

MFError({
  1. String? code,
  2. String? message,
})

Implementation

MFError({this.code, this.message});