RequestOptions.fromClientId constructor Null safety

RequestOptions.fromClientId(
  1. String clientId
)

Implementation

RequestOptions.fromClientId(String clientId) {
  this.clientId = clientId;
}