findFirst method
Find the first object that matches this query or null if no object
matches.
Implementation
R? findFirst({int? offset}) => _withQuery((q) => q.findFirst(offset: offset));Find the first object that matches this query or null if no object
matches.
R? findFirst({int? offset}) => _withQuery((q) => q.findFirst(offset: offset));