attributes property

Map<String, dynamic>? attributes

Rich-text attributes set by this operation, can be null.

Implementation

Map<String, dynamic>? get attributes =>
    _attributes == null ? null : new Map<String, dynamic>.from(_attributes!);