name method

String name(
  1. bool arabic
)

name API.

Implementation

String name(bool arabic) => arabic ? nameAr : nameEn;