FwStandardDataFwReportLoader class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
FwStandardDataFwReportLoader({String? printDate, String? printTime, String? printDateTime, List<
String> ? dateFields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) -
FwStandardDataFwReportLoader.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
custom
→ List<
FwStandardDataFwCustomValue> ? -
final
-
dateFields
→ List<
String> ? -
final
-
defaultFieldAttributes
→ List<
FwStandardDataFwDefaultAttribute> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- printDate → String?
-
final
- printDateTime → String?
-
final
- printTime → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
translation
→ List<
FwStandardDataFwTranslatedValue> ? -
final
Methods
-
copyWith(
{String? printDate, String? printTime, String? printDateTime, List< String> ? dateFields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) → FwStandardDataFwReportLoader -
Available on FwStandardDataFwReportLoader, provided by the $FwStandardDataFwReportLoaderExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? printDate, Wrapped<String?> ? printTime, Wrapped<String?> ? printDateTime, Wrapped<List< ? dateFields, Wrapped<String> ?>List< ? custom, Wrapped<FwStandardDataFwCustomValue> ?>List< ? defaultFieldAttributes, Wrapped<FwStandardDataFwDefaultAttribute> ?>List< ? translation}) → FwStandardDataFwReportLoaderFwStandardDataFwTranslatedValue> ?> -
Available on FwStandardDataFwReportLoader, provided by the $FwStandardDataFwReportLoaderExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const FwStandardDataFwReportLoader Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FwStandardDataFwReportLoader instance)