BlockMember constructor

const BlockMember({
  1. required String memberId,
})

Implementation

const BlockMember({required this.memberId});