compose abstract method
Creates a new T by composing non-null properties of this onto bases
with any completely undefined properties taken from fallback
Implementation
T compose(List<T> base, [T fallback]);
Creates a new T by composing non-null properties of this onto bases
with any completely undefined properties taken from fallback
T compose(List<T> base, [T fallback]);