Serializes the less-than predicate to JSON.
@override /// Serializes the less-than predicate to JSON. Map<String, dynamic> toJson() => { field.name: {'lt': value} };