info property

  1. @override
Map<String, dynamic> info
override

Implementation

@override
Map<String, dynamic> get info => ({
      ...super.info,
      if (width != null) 'w': width,
      if (height != null) 'h': height,
      if (duration != null) 'duration': duration,
    });