GoogleChatV1Section constructor

GoogleChatV1Section({
  1. String? displayName,
  2. String? name,
  3. int? sortOrder,
  4. String? type,
})

Implementation

GoogleChatV1Section({this.displayName, this.name, this.sortOrder, this.type});