UikListItemCustomerProps.fromJson constructor

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

Implementation

factory UikListItemCustomerProps.fromJson(Map<String, dynamic> json) =>
    $UikListItemCustomerPropsFromJson(json);