dio property

Dio dio
final

Implementation

final dio = Dio(
  BaseOptions(
    contentType: 'application/json; charset=UTF-8',
  ),
);