errorMsg property

String? get errorMsg

Implementation

String? get errorMsg {
  return error.message;
}