factory AppMeta.fromMap(Map<String, dynamic> map) { return AppMeta( scheme: map['scheme'], store: map['store'], ); }