asMap method

Map<String, dynamic> asMap()

Implementation

Map<String, dynamic> asMap() {
  return KeyedArchive.archive(this, allowReferences: true);
}