SearchUrl.fromJson constructor

SearchUrl.fromJson(
  1. Map json_
)

Implementation

SearchUrl.fromJson(core.Map json_)
    : this(
        template: json_['template'] as core.String?,
        type: json_['type'] as core.String?,
      );