Map<String, Object?> toJson() => <String, Object?>{ 'field': field, 'reason': reason, if (expected != null) 'expected': expected!, };