toJson method

Map toJson()

Implementation

Map toJson() => {
      'width': width,
      'height': height,
      'fps': fps,
    };