ActionReloadProfile constructor

ActionReloadProfile({
  1. String profileId = '',
  2. String userId = '',
})

Implementation

ActionReloadProfile({
    this.profileId = '',
    this.userId = '',
});