You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And DataElement with new method (implemented by DataArray and DataArrayView etc.)
/// Returns a list of [T] mapped from child data arrays using [map] function. /// /// An optional [limit] when provided limits the number of returned objects. /// /// The returned list is immutable. /// /// Other child objects (that cannot be represented as a data array) are /// omitted from an iterable.List<T> arraysToList<TextendsObject>(TFunction(DataArray array) map,
{int? limit});
}
See sample domain model classes with JSON serialization
On this sample
PersonCollection
is defined as:Mapping iterables in both directions in fromData and toData could be easier to implement?
Find choices and add support on
DataObject
and/orDataArray
.The text was updated successfully, but these errors were encountered: