MessageActionSecureValuesSent constructor

const MessageActionSecureValuesSent({
  1. required List<SecureValueTypeBase> types,
})

Message Action Secure Values Sent constructor.

Implementation

const MessageActionSecureValuesSent({required this.types}) : super._();