asMap property

Map<String, String> asMap

Returns the session data as Map

Implementation

Map<String, String> get asMap => new Map<String, String>.from(_data);