EwelinkAccountInfo constructor

EwelinkAccountInfo(
  1. String? expiredAt,
  2. int level,
  3. String? validAt
)

Implementation

EwelinkAccountInfo(this.expiredAt, this.level, this.validAt);