serializeAsMap method

Map<String, Object?> serializeAsMap()

Serialize the object to a map

Implementation

Map<String, Object?> serializeAsMap() {
  return {
    'globalSignOut': globalSignOut,
  };
}