StacAction constructor

const StacAction({
  1. Map<String, dynamic>? jsonData,
})

Creates a new StacAction instance.

jsonData contains the raw JSON data for this action. This is used for serialization and deserialization purposes.

Implementation

const StacAction({this.jsonData});