attributes property

  1. @override
List<MapEntry<String, Object?>> attributes
final

Gets the variable set of name/value pairs associated with the record.

Implementation

@override
final List<MapEntry<String, Object?>> attributes;