nitc :: MEntity :: cs_full_name
self.full_name
# Returns `self.full_name` formatted for console fun cs_full_name(no_color: nullable Bool): String do if no_color == null or not no_color then return full_name.bold.blue end return full_name end