copyWith method

TMeUrls copyWith({
  1. List<TMeUrl>? urls,
})

Implementation

TMeUrls copyWith({List<TMeUrl>? urls}) => TMeUrls(urls: urls ?? this.urls);