asQueryParameters property

Future<Map<String, String>> get asQueryParameters

Implementation

Future<Map<String, String>> get asQueryParameters async => {
      'id': id,
      'name': await name,
    };