defmodule MfmParser.Node.MFM.Flip do defstruct props: %{v: false, h: false}, children: [] end