object method

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

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

Implementation

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