UserPushTemplateGetRequest constructor Null safety
- {String? userId}
Implementation
UserPushTemplateGetRequest({String? userId}) : super(userId: userId) {
url = 'users/${userId ?? state.userId}/push/template';
}
UserPushTemplateGetRequest({String? userId}) : super(userId: userId) {
url = 'users/${userId ?? state.userId}/push/template';
}