data property

Map<String, dynamic>? data
final

Data associated with the breadcrumb.

The contents depend on the type of breadcrumb.

This field is optional and may be set to null.

See also:

Implementation

final Map<String, dynamic>? data;