JMVideoMessage.fromJson constructor

JMVideoMessage.fromJson(
  1. Map json
)

Implementation

JMVideoMessage.fromJson(Map<dynamic, dynamic> json)
    : videoPath = json['videoPath'],
      thumbFormat = json['thumbFormat'],
      duration = json['duration'],
      thumbImagePath = json['thumbImagePath'],
      videoFileName = json['videoFileName'],
      super.fromJson(json);