Member constructor

Member({
  1. required String id,
  2. Map<String, dynamic>? data,
})

Implementation

Member({required this.id, this.data});