ExternalAction constructor

ExternalAction({
  1. String? type,
  2. String? uri,
})

Implementation

ExternalAction({this.type, this.uri});