toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {"status": status, "successful": successful}
  ..removeWhere((dynamic key, dynamic value) => key == null || value == null);