menu
spark_framework package
documentation
spark.dart
ApiError
details property
details property
dark_mode
light_mode
details
property
Map
<
String
,
dynamic
>
?
details
final
Details can be a Map of field -> error object, or generic map
Implementation
final Map<String, dynamic>? details;
spark_framework package
documentation
spark
ApiError
details property
ApiError class