StoryFwdHeader constructor

const StoryFwdHeader({
  1. required bool modified,
  2. PeerBase? from,
  3. String? fromName,
  4. int? storyId,
})

Story Fwd Header constructor.

Implementation

const StoryFwdHeader({
  required this.modified,
  this.from,
  this.fromName,
  this.storyId,
}) : super._();