build method

String build()

Implementation

String build() => '$name${id == null ? '' : ':$id'}';