SearchMessagesFilterAnimation.fromJson constructor

SearchMessagesFilterAnimation.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

factory SearchMessagesFilterAnimation.fromJson(Map<String, dynamic> json) =>
    const SearchMessagesFilterAnimation();