Untyped structured map of all child values.
@override Map<String, dynamic> get rawValue => { for (final entry in _fields.entries) entry.key: entry.value.rawValue, };