toMap method

  1. @override
Map toMap ()
override

BaseOption => map

Implementation

@override
Map toMap() {
  return super.toMap();
}