ChatSource constructor

ChatSource({
  1. String client = ClientType.Dart,
  2. String version = 'latest',
})

Implementation

ChatSource({this.client = ClientType.Dart, this.version = 'latest'});