Member constructor

const Member({
  1. required String id,
  2. dynamic info,
})

Implementation

const Member({required this.id, this.info});