@override Future<Uint8List?> fromFire(dynamic value) async => (value == null) ? null : base64Decode(value as String);