beginOfMonth method

DateTime beginOfMonth({
  1. int monthAgo = 0,
})

Implementation

DateTime beginOfMonth({int monthAgo = 0}) => DateTime(year, month);