toString method

  1. @override
String toString()
override

Override the toString method to provide a string representation of the Video object.

Implementation

@override
String toString() => 'Video(id: $videoId, controller: $controller)';