Map toJson()

in lib/events/alb_event.dart [78:84]


  Map<String, dynamic> toJson() => {
        'body': body,
        'isBase64Encoded': isBase64Encoded,
        'statusCode': statusCode,
        'statusDescription': statusDescription,
        'headers': headers
      };