userId property Null safety

String userId
@Rest(ignore: true), final

The user to which this run belongs Keep in mind: This property is not part of any Request Payload at all. It is provided via the Authorization-Header.

Implementation

@override
@Rest(ignore: true)
final String userId;