toJson method

  1. @override
Map<String, dynamic> toJson()

Converts this to a JSON compatible map. For a description of the format, see fromDynamic.

Implementation

@override
Map<String, dynamic> toJson() => {
      'increment': increment,
      'scrollableId': scrollableId,
      'testableId': testableId,
      'timeout': timeout?.inSeconds,
    };