ReportConfig class

Inheritance

Constructors

ReportConfig({required String baseUrl, required String dashboardId, required bool useDashboardTimewindow, required String namePattern, required String userId, bool? useCurrentUserCredentials, String? type, String? state, Map<String, dynamic>? timewindow, String? timezone})

Properties

baseUrl String
final
dashboardId String
final
hashCode int
The hash code for this object.
no setterinherited
namePattern String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
finalinherited
timewindow Map<String, dynamic>?
finalinherited
timezone String?
finalinherited
type String?
finalinherited
useCurrentUserCredentials bool?
final
useDashboardTimewindow bool
final
userId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited