UikListTileProps.fromJson constructor

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

Implementation

factory UikListTileProps.fromJson(Map<String, dynamic> json) =>
    $UikListTilePropsFromJson(json);