menu
lb_planner
modules/moodle/utils/api_service_utils.dart
ApiServiceResponseUtils
isList property
isList
dark_mode
light_mode
isList
property
bool
get
isList
Returns
true
if the response is a list of JSON objects.
Implementation
bool get isList => isLeft;
lb_planner
api_service_utils
ApiServiceResponseUtils
isList property
ApiServiceResponseUtils extension on
Either
<
List
<
JSON
>
,
JSON
>