toDomainList method

List<VimeoVideoLink> toDomainList()

Implementation

List<VimeoVideoLink> toDomainList() => map((e) => e.toDomain()).toList();