ConstructionMetadataResponse constructor

const ConstructionMetadataResponse(
  1. Map<String, dynamic> metadata,
  2. List<Amount>? suggestedFee
)

Implementation

const ConstructionMetadataResponse(this.metadata, this.suggestedFee);