IosAccountParams constructor

IosAccountParams(
  1. String sourceId,
  2. String sourceType,
  3. String sourceTitle
)

Implementation

IosAccountParams(this.sourceId, this.sourceType, this.sourceTitle);