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