Preferences constructor

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

Implementation

Preferences({
    required this.data,
});