toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      '__type': 'HWExpanded',
      'leading': leading?.toJson(),
      'trailing': trailing?.toJson(),
      'center': center?.toJson(),
      'bottom': bottom?.toJson(),
    };