factory GutterStyle.fromJson(Map<String, dynamic> json) { return GutterStyle( show: json['Show'] as bool?, ); }