mobile method

EventBuilder mobile(
  1. String? mobile
)

Implementation

EventBuilder mobile(String? mobile) {
  _mobile = mobile;
  return this;
}