header property

Map<String, String> header
final

Implementation

final Map<String, String> header = <String, String>{
  'Content-Type': 'application/json; charset=UTF-8'
};