o method

Map<String, dynamic> o(
  1. int index
)

Shorthand for method object.

Implementation

Map<String, dynamic> o(int index) => object(index);