other property

  1. @Deprecated('Will be removed in v7')
Map<String, String> other

Implementation

@Deprecated('Will be removed in v7')
Map<String, String> get other => Map.unmodifiable(_other ?? const {});