Map<String, dynamic> toJson() => { 'id': id, 'field': field, if (expected.isNotEmpty) 'expected': expected, };