FsceneMigration typedef Serialization
Upgrades a raw decoded document one version forward (version N to
N + 1). Indexed by source version in the migration list.
Implementation
typedef FsceneMigration =
Map<String, dynamic> Function(Map<String, dynamic> json);