LookAndFeelWithLinks.fromJson constructor

LookAndFeelWithLinks.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory LookAndFeelWithLinks.fromJson(Map<String, Object?> json) {
  return LookAndFeelWithLinks();
}