animation property

  1. @JsonKey(name: 'animation')
Animation? get animation
inherited

Optional. Message is an animation, information about the animation. For backward compatibility, when this field is set, the document field will also be set

Implementation

@JsonKey(name: 'animation')
Animation? get animation;