getMyEntities method Null safety

Future<Map<String, dynamic>> getMyEntities(
  1. {bool isRecursive = false}
)

Return the entities list for the current user. Setting isRecursive to true will get the list of all the entities and sub-entities. Entities are under the key myentities Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#get-my-entities

Implementation

Future<Map<String, dynamic>> getMyEntities({bool isRecursive = false});