MessageSourceOther.fromJson constructor

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

Parse from a json

Implementation

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