MFServiceError constructor

MFServiceError(
  1. String code,
  2. String message
)

Creates a MFServiceError with code and message.

Implementation

MFServiceError(this.code, this.message);