MemberActionListChanged typedef

MemberActionListChanged = dynamic Function(List<MemberActionModel> values)

Implementation

typedef MemberActionListChanged = Function(List<MemberActionModel> values);