UikListTilesProps.fromJson constructor

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

Implementation

factory UikListTilesProps.fromJson(Map<String, dynamic> json) =>
    $UikListTilesPropsFromJson(json);