UikProductInformationProps.fromJson constructor

UikProductInformationProps.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory UikProductInformationProps.fromJson(Map<String, dynamic> json) =>
    $UikProductInformationPropsFromJson(json);