GetGroupsSuccessAction constructor

GetGroupsSuccessAction(
  1. BuiltList<Group> groups
)

Implementation

GetGroupsSuccessAction(this.groups)
    : this.timestamp = DateTime.now().millisecondsSinceEpoch;