MediaJson constructor

MediaJson({
  1. required bool status,
  2. Map<String, dynamic>? webContents,
  3. int? variantId,
  4. int? storyId,
  5. String? serverIP,
  6. String? serverName,
  7. String? responseTime,
})

Implementation

MediaJson(
    {required this.status,
    this.webContents,
    this.variantId,
    this.storyId,
    this.serverIP,
    this.serverName,
    this.responseTime});