Map<String, dynamic> encode() { return { '__typename': 'NavigationBackButton', 'title': title, 'color': color?.encode(), 'visible': visible, }; }