factory IncompatibleSchemaException.fromJson(Map<String, dynamic> json) { return IncompatibleSchemaException( message: json['Message'] as String?, ); }