LineNotify constructor

LineNotify({
  1. required String token,
})

Returns the new instance of LineNotify

Implementation

factory LineNotify({required String token}) => _LineNotify(token: token);