NetworkDataCache constructor

NetworkDataCache({
  1. required Map<String, dynamic> data,
})

Implementation

NetworkDataCache({required this.data});