responseType property Null safety

  1. @Bind("response_type")
String? responseType
read / write

Must be 'code' or 'token'.

Implementation

@Bind.query("response_type")
String? responseType;