first_name property

String get first_name

Implementation

String get first_name {
  return "${className.snakeCaseClass().toLowerCase()}.dart";
}