JVSessionCustomDataField constructor

JVSessionCustomDataField(
  1. String? title,
  2. String? key,
  3. String content,
  4. String? link,
)

Implementation

JVSessionCustomDataField(this.title, this.key, this.content, this.link);