ReportTemplateInput class abstract
- Available extensions
- Annotations
-
- @unfreezed
Constructors
-
ReportTemplateInput({String? id, @Default.new('') String name, @Default.new([]) List<
String> assetsIds, @Default.new([]) List<String> outboundServicesIds, @Default.new([]) List<ReportTemplatePageInput> structure}) -
factory
-
ReportTemplateInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
assetsIds
↔ List<
String> -
getter/setter pairinherited
-
copyWith
→ $ReportTemplateInputCopyWith<
ReportTemplateInput> -
Create a copy of ReportTemplateInput
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pairinherited
- name ↔ String
-
getter/setter pairinherited
-
outboundServicesIds
↔ List<
String> -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
structure
↔ List<
ReportTemplatePageInput> -
getter/setter pairinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_ReportTemplateInput value)) → TResult -
Available on ReportTemplateInput, provided by the ReportTemplateInputPatterns extension
Aswitch-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_ReportTemplateInput value)?) → TResult? -
Available on ReportTemplateInput, provided by the ReportTemplateInputPatterns extension
A variant ofmapthat fallback to returningnull. -
maybeMap<
TResult extends Object?> (TResult $default(_ReportTemplateInput value)?, {required TResult orElse()}) → TResult -
Available on ReportTemplateInput, provided by the ReportTemplateInputPatterns extension
A variant ofmapthat fallback to returningorElse. -
maybeWhen<
TResult extends Object?> (TResult $default(String? id, String name, List< String> assetsIds, List<String> outboundServicesIds, List<ReportTemplatePageInput> structure)?, {required TResult orElse()}) → TResult -
Available on ReportTemplateInput, provided by the ReportTemplateInputPatterns extension
A variant ofwhenthat fallback to anorElsecallback. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this ReportTemplateInput to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> (TResult $default(String? id, String name, List< String> assetsIds, List<String> outboundServicesIds, List<ReportTemplatePageInput> structure)) → TResult -
Available on ReportTemplateInput, provided by the ReportTemplateInputPatterns extension
Aswitch-like method, using callbacks. -
whenOrNull<
TResult extends Object?> (TResult? $default(String? id, String name, List< String> assetsIds, List<String> outboundServicesIds, List<ReportTemplatePageInput> structure)?) → TResult? -
Available on ReportTemplateInput, provided by the ReportTemplateInputPatterns extension
A variant ofwhenthat fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited