const factory MegaStruct({ required String name, required Coords coords, required Map<String, String> props, }) = _MegaStruct;