o method

Map<String, dynamic> o(
  1. String key
)

Shorthand for method object.

Implementation

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