PushMessageContentAnimation constructor
      const
      PushMessageContentAnimation({})
     
    
An animation message (GIF-style).
Implementation
const PushMessageContentAnimation({
  this.animation,
  required this.caption,
  required this.isPinned,
});