tryAllData property

BuiltMap<int, TData>? tryAllData

Implementation

BuiltMap<int, TData>? get tryAllData => _allData.fold(() => null, (a) => a);