headers property

Map<String, String> get headers

Заголовок метода

Implementation

Map<String, String> get headers => <String, String>{
      'content-type': 'application/x-www-form-urlencoded',
    };