toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bakType != null) 'bakType': bakType!,
      if (copyOnly != null) 'copyOnly': copyOnly!,
      if (differentialBase != null) 'differentialBase': differentialBase!,
      if (stripeCount != null) 'stripeCount': stripeCount!,
      if (striped != null) 'striped': striped!,
    };