BcsVariantDecodeResult constructor

BcsVariantDecodeResult(
  1. Map<String, dynamic> result
)

Constructor to create an immutable result.

Implementation

BcsVariantDecodeResult(Map<String, dynamic> result)
    : result = result.immutable;