MessageActionNewCreatorPending constructor

const MessageActionNewCreatorPending({
  1. required int newCreatorId,
})

Message Action New Creator Pending constructor.

Implementation

const MessageActionNewCreatorPending({required this.newCreatorId})
    : super._();