ReportService class
Constructors
- ReportService({required String token, required String url})
Properties
Methods
-
getReportColumns(
int reportId) → Future< List> -
getReportList(
String screen) → Future< List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveReport(
{required int reportId, required String screenName, required String reportName, required List< Map< columns}) → Future<String, dynamic> >({String message, bool ok})> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited