object method

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

Get Map value from JSON Object. For lazier person, you can use shorthand method o.

Implementation

Map<String, dynamic> object(String key) => _get(key, {});