toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final caLogs = this.caLogs;
  return {
    if (caLogs != null) 'CaLogs': caLogs,
  };
}