toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      'autoPlay': this.autoPlay,
      'loop': this.loop,
      'headers': this.headers,
      'cachePath': this.cachePath,
      'progressInterval': this.progressInterval,
      'startTime': this.startTime,
      'auth': this.auth,
      'supportBackground': this.supportBackground,
    };